ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexPieBase<T> Class / InnerText Property

In This Topic
    InnerText Property (FlexPieBase<T>)
    In This Topic
    Gets or sets the text inside the pie (at the pie center).
    Syntax
    'Declaration
     
    Public Property InnerText As String
    public string InnerText {get; set;}
    See Also